##   ___________		     _________		      _____  __
##   \_	  _____/______   ____   ____ \_   ___ \____________ _/ ____\/  |_
##    |    __) \_  __ \_/ __ \_/ __ \/    \  \/\_  __ \__  \\   __\\   __\
##    |     \   |  | \/\  ___/\  ___/\     \____|  | \// __ \|  |   |  |
##    \___  /   |__|    \___  >\___  >\______  /|__|  (____  /__|   |__|
##	  \/		    \/	   \/	     \/		   \/
##  ______________________                           ______________________
##			  T H E   W A R   B E G I N S
##	   FreeCraft - A free fantasy real time strategy game engine
##
##	Makefile	-	The make file (3 level).
##
##	(c) Copyright 1998,2000 by Lutz Sammer
##
##	$Id: Makefile,v 1.14 2000/06/25 23:07:54 cade Exp $
##

TOPDIR	= ../..

include $(TOPDIR)/Rules.make

MODULE  = action

OBJS	= command.$(OE) actions.$(OE) action_die.$(OE) action_patrol.$(OE) \
	action_still.$(OE) action_stand.$(OE) action_move.$(OE) \
	action_attack.$(OE) \
	action_board.$(OE) action_unload.$(OE) action_repair.$(OE) \
	action_harvest.$(OE) action_minegold.$(OE) action_hauloil.$(OE) \
	action_returngoods.$(OE) action_research.$(OE) action_demolish.$(OE) \
	action_build.$(OE) action_train.$(OE) action_upgradeto.$(OE) \
	action_spellcast.$(OE)

include $(TOPDIR)/Common.mk
